runtime.p.m (field)
24 uses
runtime (current package)
proc.go#L1789: if p.m != 0 {
proc.go#L1790: mp := p.m.ptr()
proc.go#L1791: p.m = 0
proc.go#L4762: pp.m = 0
proc.go#L6103: gp.m.p.ptr().m = 0
proc.go#L6107: pp.m = 0
proc.go#L6171: pp.m.set(mp)
proc.go#L6182: pp.m.set(mp)
proc.go#L6230: pp.m.set(mp)
proc.go#L6283: pp.oldm = pp.m.ptr().self
proc.go#L6306: if pp.m != 0 || pp.status != _Pidle {
proc.go#L6311: if pp.m != 0 {
proc.go#L6312: id = pp.m.ptr().id
proc.go#L6314: print("wirep: p->m=", pp.m, "(", id, ") p->status=", pp.status, "\n")
proc.go#L6319: pp.m.set(gp.m)
proc.go#L6341: if pp.m.ptr() != gp.m || pp.status != _Prunning {
proc.go#L6342: print("releasep: m=", gp.m, " m->p=", gp.m.p.ptr(), " p->m=", hex(pp.m), " p->status=", pp.status, "\n")
proc.go#L6350: pp.m = 0
proc.go#L6765: mp := pp.m.ptr()
proc.go#L6822: s.pp.m = 0
proc.go#L6867: mp := pp.m.ptr()
proc.go#L6918: mp := pp.m.ptr()
proc.go#L7673: if mp := pp.m.ptr(); mp != nil {
runtime2.go#L779: m muintptr // back-link to associated m (nil if idle)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |